Don't publish debugger-only interfaces to other modules.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 06:48:41 +0000 (23:48 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 06:48:41 +0000 (23:48 -0700)
commit947b3b80e35cfda94cf76e36b95641164f4f2d11
tree4d5e2bbd2d18e81b3675e34666bb41108d7a5244
parent4993d7339e81032fdff2f99ff8e33da4f13e0d15
Don't publish debugger-only interfaces to other modules.

* lisp.h (safe_debug_print, debug_output_compilation_hack):
(verify_bytepos, count_markers): Move decls to the only modules
that need them.
* region-cache.h (pp_cache): Likewise.
* window.h (check_all_windows): Likewise.
* marker.c, print.c, region-cache.c, window.c: Decls moved here.
src/ChangeLog
src/lisp.h
src/marker.c
src/print.c
src/region-cache.c
src/region-cache.h
src/window.c
src/window.h